@charset "utf-8"; /* css 重置 */
.iProBanner ul,.iProBanner li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.iProBanner img {
    border: 0;
}

.iProBanner a {
    text-decoration: none;
}

/* 本例子css */
.iProBanner {
    width: 886px;
    /* min-width: 1318px; */
    height: 428px;
    position: relative;
}

/* 修改 高度，         修改 最少宽度【暂时不修改】 */
.iProBanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.iProBanner .bd li {
    zoom:1; vertical-align: middle;
}

.iProBanner .hd {
    position: absolute;
    bottom: 21px;
    right: -239px;
}

.iProBanner .hd ul {
    overflow: hidden;
    zoom:1; float: left;
}

.iProBanner .hd ul li {
    float: left;
    width: 21px;
    height: 21px;
    cursor: pointer;
    margin-right: 10px;
    background: #bfbfbf;
    border-radius: 50px;
}

.iProBanner .hd ul li.on {
    background: #d51519;
    background: -webkit-linear-gradient(left, #2e3b8a, #eb191a);
    background: -o-linear-gradient(right, #2e3b8a, #eb191a);
    background: -moz-linear-gradient(right, #2e3b8a, #eb191a);
    background: linear-gradient(to right, #2e3b8a, #eb191a);
}

.iProBanner .bd a.prev, .iProBanner .bd a.next {
    display: block;
    width: 21px;
    height: 36px;
    position: absolute;
    cursor: pointer;
    background: url(/template/images/bt_36.png) no-repeat;
    top: 195px;
    z-index: 500;
}

.iProBanner .bd a.prev {
    left: -20px;
    background-position-x: -21px;
}

.iProBanner .bd a.prev:hover {
    background-position-x: 0;
}

.iProBanner .bd a.next {
    right: -25px;
    background-position-x: -42px;
}

.iProBanner .bd a.next:hover {
    background-position-x: -63px;
}

/* 自行修改 */
.iProBanner .bd ul li .dl_2 {
    padding: 30px;
    width: 826px;
}

.iProBanner .bd ul li .sub_left img {
    display: block;
}

.iProBanner .bd ul li dd .s_4 img {
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 10px;
}

.iProBanner .bd ul li .dl_2.clear .sub_left {
    width: 364px;
}

.iProBanner .bd ul li .dl_2.clear .sub_right {
    width: 430px;
    font-size: 16px;
}

.iProBanner .bd ul li .dl_2.clear .sub_right a.proName {
    color: #2c3c89;
    font-weight: bold;
    font-size: 21px;
}

.iProBanner .bd ul li .dl_2.clear .sub_right .s_2 {
    width: 35px;
    border-top: 4px solid #252525;
}

.iProBanner .bd ul li .dl_2.clear .sub_right .s_3 {
    padding: 20px 0;
}

.iProBanner .bd ul li .dl_2.clear .sub_right .s_3, .iProBanner .bd ul li .dl_2.clear .sub_right .s_3 p, .iProBanner .bd ul li .dl_2.clear .sub_right .s_3 span, .iProBanner .bd ul li .dl_2.clear .sub_right .s_3 td {
    font-size: 17px !important;
    line-height: 220% !important;
}

.iProBanner .bd ul li .dl_2.clear .sub_right .s_3 p {
    margin: 0 !important;
    padding: 0 !important;
}

.iProBanner .bd ul li .dl_2.clear .sub_right .s_5 {
    padding-top: 40px;
}

.iProBanner .bd ul li .dl_2.clear .sub_right .s_5 a {
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px;
    line-height: 43px;
    width: 166px;
    text-align: center;
    font-size: 17px;
    color: #fff;
}

.iProBanner .bd ul li .dl_2.clear .sub_right .s_5 a.bt_1 {
    background: #d51519;
}

.iProBanner .bd ul li .dl_2.clear .sub_right .s_5 a.bt_2 {
    background: #252525;
}

.iProBanner .bd ul li .dl_2 .sub_right .one strong {
    color: #e62129;
}

.iProBanner .bd ul li .dl_2 .sub_right .one {
    font-size: 18px;
    padding-bottom: 11px;
}

.iProBanner .bd ul li .dl_2 .sub_right .two {
    font-size: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}

.iProBanner .bd ul li .dl_2 .sub_right .two dd.s_left {
    padding-right: 68px;
}

.iProBanner .bd ul li .dl_2 .sub_right .two .s_right {
    color: #999;
}

.iProBanner .bd ul li .dl_2 .sub_right .three {
    padding: 23px 0;
    line-height: 190%;
    text-align: justify;
}

.iProBanner .bd ul li .dl_2 .sub_right .four {
    text-align: right;
}

.iProBanner .bd ul li .dl_2 .sub_right .four a {
    display: inline-block;
    background: url(/template/images/bt5.png) no-repeat center right;
    color: #fff;
    width: 198px;
    line-height: 61px;
    text-align: center;
    text-indent: 45px;
    font-size: 17px;
}

.iProBanner .tab {
    position: absolute;
    width: 321px;
    top: -1px;
    right: -351px;
}

.iProBanner .tab li {
    * margin-bottom: -3px;
}

.iProBanner .tab .first {
    border-top: 0
}

.iProBanner .tab li a {
    display: block;
    line-height: 69px;
    font-size: 17px;
    font-weight: bold;
    text-indent: 95px;
    background: url(/template/images/icoPin_01.png) no-repeat center left;
    background-position-x: 65px;
    background-position-y: 27px;
}

.iProBanner .tab a b {
    position: absolute;
    left: 0;
    top: 20px;
    width: 4px;
    height: 11px;
    overflow: hidden
}

.iProBanner .tab a span {
    position: absolute;
    overflow: hidden
}

.iProBanner .tab a .title {
    left: 17px;
    top: 6px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #666
}

.iProBanner .tab a .des {
    left: 18px;
    top: 26px;
    height: 16px;
    line-height: 16px;
    color: #999
}

.iProBanner .tab .first a {
    height: 50px
}

.iProBanner .tab .on a {
    background: url(/template/images/icoPin_02.png) no-repeat center left;
    background-position-x: 65px;
    background-position-y: 27px;
    color: #41519d;
}

.iProBanner .tab .one {
    color: #eb191a;
    font-size: 18px;
    background: url(/template/images/ico3.png) no-repeat center left;
    line-height: 60px;
    padding-top: 17px;
    padding-left: 70px;
    background-position-x: 42px;
    background-position-y: 37px;
    padding-bottom: 3px;
}

.iProBanner .tab .one a {
    font-size: 16px;
    color: #eb191a;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    width: 81px;
}
